home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mf2rol / panama.cfg < prev   
Text File  |  1991-04-06  |  1KB  |  29 lines

  1. # MF2ROL Sample configuration file.
  2. # All lines that begin with # are ignored.
  3. # The next two commands must always be present. They specify the instrument
  4. # bank file to be referenced during the conversion, and whether or not
  5. # percussion instruments will be used.
  6. #
  7. bankfile bnk835.bnk
  8. percussion no
  9. #
  10. # The following commands assign instruments (timbres) to the various
  11. # tracks, channels or note numbers in the MIDI file. Command syntax is:
  12. #
  13. #    assign <timbre> <track> <channel> <patch> <note> <note_offset>
  14. #
  15. # A "*" in place of a number indicates a wildcard that matches any number.
  16. # Whenever a note is to be translated, the rules are scanned from the first
  17. # to the last. The first rule that matches the given note is used to
  18. # determine the instrument assigned to that note. The parameters compared
  19. # are the <track>, <channel>, <patch> and <note>. The <note_offset> field
  20. # is optional and defaults to 0. It can be positive or negative and tells
  21. # the program to transpose any notes that match the rule by so many steps.
  22. # For example, a <note_offset> of 12 will transpose one octave higher.
  23. assign piano1        * *   0 * 0
  24. assign vibra1        * *   17 * 0
  25. assign bass1        * *   28 * 0 12
  26. assign synth1        * *   2 * 0
  27. assign elpiano2        * *   4 * 0
  28.